projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4ff74c
)
(verify_overlay_modification): initialize endpos.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 11 Aug 1993 21:08:13 +0000
(21:08 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 11 Aug 1993 21:08:13 +0000
(21:08 +0000)
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/buffer.c
b/src/buffer.c
index 1b7bb6f9b753921687e65b526b372ee695460db6..7480d89234ec506966ebd6b18146a926f467372b 100644
(file)
--- a/
src/buffer.c
+++ b/
src/buffer.c
@@
-1946,6
+1946,7
@@
verify_overlay_modification (start, end)
ostart = OVERLAY_START (overlay);
oend = OVERLAY_END (overlay);
startpos = OVERLAY_POSITION (ostart);
+ endpos = OVERLAY_POSITION (oend);
if (XFASTINT (end) < startpos)
break;
if (XFASTINT (end) == startpos && insertion)